Server Watch Plugin SDK Date: 6 Feb 2004
Release: 1.0
Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

ISWPluginMenu.h File Reference

#include "stdafx.h"
#include "swmacros.h"

Include dependency graph for ISWPluginMenu.h:

Include dependency graph

Go to the source code of this file.

Classes

class  ISWPluginMenu
class  ISWPluginMenu::ISWMenuContext
class  MenuRowColStruct
 Used to give context information of where an action menu is being created or triggered from when dealing with a ISWPluginMenu::SWMenuType::UserList type of action. More...

Defines

#define SWSERVICES_API   __declspec(dllimport)
#define ISWPluginMenu_IsSeparator   1
#define ISWPluginMenu_IsDisabled   2
#define ISWPluginMenu_IsChecked   4


Define Documentation

#define SWSERVICES_API   __declspec(dllimport)
 

#define ISWPluginMenu_IsSeparator   1
 

AddMenuItem flags parameter flag. ISWPluginMenu_IsSeparator denotes the menu item is a separator.

#define ISWPluginMenu_IsDisabled   2
 

AddMenuItem flags parameter flag. ISWPluginMenu_IsDisabled denotes the menu item is disabled.

#define ISWPluginMenu_IsChecked   4
 

AddMenuItem flags parameter flag. ISWPluginMenu_IsChecked denotes the menu item should display with a checkbox.



Copyright (c) 2003-2004, Deep Fried Software. All rights reserved.